AnylineTireTreadProtocol

Properties

Link copied to clipboard
abstract val sdkVersion: String

Functions

Link copied to clipboard
abstract fun getHeatmap(measurementUUID: String, timeoutSeconds: Int = 60, onComplete: (SdkResult<Heatmap>) -> Unit)
Link copied to clipboard
abstract fun getResult(measurementUUID: String, timeoutSeconds: Int = 60, onComplete: (SdkResult<TreadDepthResult>) -> Unit)
Link copied to clipboard
abstract fun initialize(licenseKey: String, onComplete: (SdkResult<Unit>) -> Unit)
abstract fun initialize(licenseKey: String, options: InitOptions, onComplete: (SdkResult<Unit>) -> Unit)
Link copied to clipboard
abstract fun sendCommentFeedback(measurementUUID: String, comment: String, onComplete: (SdkResult<MeasurementInfo>) -> Unit)
Link copied to clipboard
abstract fun sendTireIdFeedback(measurementUUID: String, tireId: String, onComplete: (SdkResult<MeasurementInfo>) -> Unit)
Link copied to clipboard
abstract fun sendTreadDepthResultFeedback(measurementUUID: String, treadResultRegions: List<TreadResultRegion>, onComplete: (SdkResult<MeasurementInfo>) -> Unit)